﻿
.middle-article {
    width: 100%;
}

#banner {
    width: 100%;
    height: auto;
    max-height: 90vh;
    overflow: hidden;
}

#banner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#banner .swiper-wrapper a{
    cursor: auto;
}

#banner .swiper-wrapper .swiper-slide img:not(.bannertext) {
   
}

#banner .swiper-wrapper .swiper-slide.swiper-slide-active img:not(.bannertext) {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

/* 轮播图设置  */
#banner .swiper-pagination {
    z-index: 100 !important;
    left: 50%;
    transform: translate(-50%, 0) !important;
    margin-top: -2.5rem;/*50px*/
}

#banner .expo .swiper-active-switch {
    background: #777 !important;
}

#banner .swiper-container-horizontal>.swiper-scrollbar {
    display: none;
}

#banner .swiper-pagination-switch {
    width: 0.7rem !important;
    height: 0.7rem !important;
    float: left;
    border: 0.1rem solid rgba(255, 255, 255, 1);
    opacity: 0.7 !important;
    border-radius: 50%;
    background: transparent !important;
    margin: 0.25rem;
    cursor: pointer;
}

#banner .swiper-slide {
    overflow: hidden;
    height: 90vh !important;
}

#banner .swiper-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
}

#banner .swiper-wrapper .pc_img {
    width: 100%;
    height: 100%;
    max-height: 760px;
}

#banner .swiper-wrapper .mob_img {
    display: none;
}

#banner .swiper-active-switch {
    background: #fff !important;
}

#banner .swiper-pagination-bullets {
    width: auto !important;
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

#banner .banner_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-0.75rem);
    z-index: 2;
}

#banner .banner_img .img {
    object-fit: cover;
}

#banner .banner_txt {
    width: 63rem;/*1260px*/
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#banner .banner_txt .title {
    font-size: 2rem;/*48px*/
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #2F7FFF;
    line-height: 1;
    margin-bottom: 1.1rem;/*22px*/
}

#banner .banner_txt .content span {
    display: inline-block;
    width: 100%;
    font-size: 38px !important;/*24px*/
    font-weight: 400;
    color: #333;
    line-height: 1.8rem !important;/*36px*/
    font-weight: 600;
}

#banner .banner_txt .button {
    margin-top: 1.8rem;/*36px*/
    display: inline-block;
}

#banner .banner_txt .button .btn {
    display: inline-block;
    cursor: pointer;
}

#banner .banner_txt .button div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 2rem;/*40px*/
    border: 0.1rem solid #007FCC;
    height: 2.4rem;/*48px*/
    border-radius: 1.2rem;/*24px*/
    text-align: center;
}

#banner .banner_txt .button span {
    color: #007FCC;
    font-size: 0.9rem;/*18px*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

#banner .banner_txt .button .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;/*25px*/
    transition: right 1s;
    width: 9px;
    height: 8px;
    background: url('../image/index/bannerBlueArrow.png') no-repeat;
    background-size: contain;
}

#banner .banner_txt .button:hover div {
    background: #007FCC;
}

#banner .banner_txt .button:hover span {
    color: #FFFFFF;
}

#banner .banner_txt .button:hover .arrow {
    right: 0.75rem;/*15px*/
    background: url('../image/index/bannerWhiteArrow.png') no-repeat;
    background-size: contain;
}

#banner .swiper-wrapper {
    height: auto !important;
       
}

/*===============标题 start==================*/
.mod_title {
    width: 100%;
    font-family: Source Han Sans CN;
    color: #000000;
    margin-bottom: 1.15rem;/*23px*/
    font-size: 2.15rem;/*43px*/
    line-height: 1;
    text-align: center;
    margin-top: 4.5rem;/*90px*/
}

.mod_desc {
    width: 100%;
    font-size: 0.8rem;/*16px*/
    line-height: 1;
    color: #777777;
    text-align: center;
}
/*===============标题 end==================*/

/*===============数字动画 start==================*/
.mod_num {
    display: flex;
    justify-content: center;
    margin-top: 6.2rem;/*44px*/
    
}

.mod_num .mod_num_item {
    width: 25%;
     justify-content: center;
     align-items: flex-end;
     font-size: 0.8rem;/*16px*/
     color: #777777;
     
     border-right: 1px solid #fff;
}

.mod_num .mod_num_item:last-child {
    margin-right: 0px;
        border-right: 0px solid #fff;
}

.mod_num_item .mod_num_count {
    position: relative;
    text-align: center;
    
}

.mod_num_item .reset_padding {
    padding-right: 0.5rem;
}

.mod_num_item .mod_num_count span:first-child {
    font-size: 2.4rem;/*48px*/
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
}

.mod_num_item .mod_num_add {
    font-size: 1rem;/*20px*/
    font-weight: 400;
   
    top: 0px;
    right: 0px;
    color: #fff;
}
/*===============数字动画 end==================*/

/*===============摩尔产品 start==================*/
.mod_one {
    background: #FAFAFA;
    overflow: hidden;
        margin-top: -82px;
}

.mod_one .swiper-tabs-wrapper {
    width: 100%;
       margin-top: -50px;
    z-index: 1;
    position: absolute;
}

.mod_one .swiper-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
}

.mod_one .swiper-tabs .swiper-tab {
    width: 280px; /*229px*/
    height: 100px; /*70px*/
    cursor: pointer;
    background-color: rgb(255 255 255 / 91%);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 5px;
}

.mod_one .swiper-tabs .swiper-tab::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 0.2rem;/*4px*/
    background-color: #007FCC;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.mod_one .swiper-tabs .swiper-tab.active::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.mod_one .swiper-tabs .swiper-tab .title {
    font-size: 1rem;/*20px*/
    color: #000000;
    margin-left: 0.65rem;/*13px*/
        font-weight: 600;
}

.mod_one .swiper-tabs .swiper-tab img {
    width: auto;
    height: auto;
    display: block;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.mod_one .swiper-tabs .swiper-tab.active .title {
    font-size: 1rem;/*20px*/
    color: #007FCC;
}

.mod_one .classic-web {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 3.25rem;/*65px*/
    padding-top: 2.5rem;/*50px*/
    margin: 0;
        margin-top: 4%;
}

.mod_one .classic-web .prod_list {
    display: none;
}

.mod_one .classic-web .prod_list.active {
    display: block;
}

.mod_one .classic-web .newProCard {
    width: 100%;
    overflow: hidden;
}

.mod_one .newProCard .prod-card-scroll {
    width: 175%;
    margin-left: 0;
    display: flex;
    transition-duration: 1.3s;
}

.mod_one .newProCard .new-pro-card {
    width: 16.7%;
    min-width: 11rem;/*220px*/
    height: 20.75rem;/*415px*/
    padding: 0 0.25rem;/*5px*/
    margin-bottom: 0.5rem;/*10px*/
    display: inline-block;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mod_one .newProCard:first-child .new-pro-card:nth-child(2) {
    transition-delay: 0.2s;
}

.mod_one .newProCard:first-child .new-pro-card:nth-child(3) {
    transition-delay: 0.4s;
}

.mod_one .newProCard:first-child .new-pro-card:nth-child(4) {
    transition-delay: 0.6s;
}

.mod_one .newProCard:first-child .new-pro-card:nth-child(5) {
    transition-delay: 0.8s;
}
.mod_one .newProCard:first-child .new-pro-card:nth-child(6) {
    transition-delay: 1.0s;
}
.mod_one .newProCard:first-child .new-pro-card:nth-child(7) {
    transition-delay: 1.2s;
}
.mod_one .newProCard:first-child .new-pro-card:nth-child(8) {
    transition-delay: 1.4s;
}
.mod_one .newProCard:first-child .new-pro-card:nth-child(9) {
    transition-delay: 1.6s;
}
.mod_one .newProCard:first-child .new-pro-card:nth-child(10) {
    transition-delay: 1.8s;
}
.mod_one .newProCard .new-pro-card>div {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border: 0.05rem solid rgba(238, 238, 238, 1);
    position: relative;
}

.mod_one .newProCard .new-pro-card .pro_logo {
    display: inline-block;
    width: 100%;
    height: 11.1rem;/*222px*/
    transition: all 1s;
}

.mod_one .newProCard .new-pro-card .pro_mes {
    position: absolute;
    left: 0;
   
    display: inline-block;
    height: 10.35rem;/*207px*/
    width: 100%;
    transition: all 1s;
}

.mod_one .newProCard .new-pro-card .mes_head {
    margin: 1rem 0.5rem 0rem;
    text-align: center;
}

.mod_one .newProCard .new-pro-card .mes_head span {
    position: relative;
    word-break: break-all;
    display: inline-block;
    font-size: 0.8rem;/*19px*/
    font-family: fz;
    color: #333333;
    font-weight: 400;
    line-height: 1;
}

.mod_one .newProCard .new-pro-card .mes_info {
    width: 100%;
    padding: 0 1.5rem;
    font-size: 0.75rem;/*16px*/
    font-weight: 400;
   
    line-height: 1.3rem;/*26px*/
    font-family: fz;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   
    overflow: hidden;
}

.mod_one .newProCard .new-pro-card .pro_btn {
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-top: 2.4rem;/*48px*/
    display: none;
}

.mod_one .newProCard .new-pro-card .pro_btn div {
    display: flex;
    align-items: center;
    position: relative;
    height: 2rem;/*40px*/
    border: 0.1rem solid #FFFFFF;
    padding: 0 1.5rem;
    border-radius: 1rem;
    text-align: center;
}

.mod_one .newProCard .new-pro-card .pro_btn span {
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 1;
    vertical-align: middle;
}

.mod_one .newProCard .new-pro-card .pro_btn .arrow {
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url('../image/index/whiteArrows.png') no-repeat;
    background-size: contain;
    transition: right 0.5s;

}

.mod_one .newProCard .new-pro-card .pro_btn:hover .arrow {
    right: 0.5rem;
}

.mod_one .newProCard .new-pro-card:hover>div {
    background-color: #1c69e4;
    border: none;
    cursor:pointer;
}

.mod_one .newProCard .new-pro-card:hover .pro_mes {
    top: 5.5rem;
}

.mod_one .newProCard .new-pro-card:hover .pro_logo {
    transform: translateY(-101%);
}

.mod_one .newProCard .new-pro-card:hover .mes_head span {
    color: #fff;
    font-weight: 700;
}

.mod_one .newProCard .new-pro-card:hover .mes_info {
  
    color: #fff;
    line-height: 1.3rem;
}

.mod_one .newProCard .new-pro-card:hover .pro_btn {
    display: flex;
}

.mod_one .classic-web .classic_button {
    width: 1.75rem;/*35px*/
    height: 1.75rem;/*35px*/
    border-radius: 50%;
    cursor: pointer;
}

.mod_one .classic-web .classic-button-prev {
    float: left;
    position: relative;
    left: -2.35rem;
    top: calc(-20.8rem/2 - 0.6rem);
    background: url('../image/index/leftArrow.png') no-repeat;
    background-size: 100% 100%;
}

.mod_one .classic-web .classic-button-prev:hover {
    background: url('../image/index/leftArrowBlue.png') no-repeat;
    background-size: 100% 100%;
}

.mod_one .classic-web .classic-button-next {
    float: right;
    position: relative;
    right: -2.35rem;
    top: calc(-20.8rem/2 - 0.6rem);
    background: url('../image/index/rightArrow.png') no-repeat;
    background-size: 100% 100%;
}

.mod_one .classic-web .classic-button-next:hover {
    background: url('../image/index/rightArrowBlue.png') no-repeat;
    background-size: 100% 100%;
}
/*===============摩尔产品 end==================*/


/*===============行业解决方案 start==================*/
.mod_two {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mod_two .mode_two_body {
    overflow: hidden;
}

.mod_two .mode_two_body .mode_left {
    width: 42%;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;
    padding: 4% 2%;
}

.mod_two .mode_two_body .mode_left .mode_left_top {
    margin-top: 2.05rem;/*41px*/
    margin-bottom: 1.9rem;/*38px*/
}

.mod_two .mode_two_body .mode_left .mode_left_top img {
    width: auto;
    height: auto;
}

.mod_two .mode_two_body .mode_left .mode_left_middle {
    font-size: 0.8rem;/*16px*/
    margin-bottom: 4.2rem;/*84px*/
    color: #777777;
    line-height: 1.8rem;/*36px*/
}

.mod_two .mode_two_body .mode_left .mode_left_bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.25rem;/*105px*/
}

.mod_two .mode_two_body .pro_btn {
    display: inline-block;
    cursor: pointer;
    background: #FFFFFF; 
}

.mod_two .mode_two_body .pro_btn div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.9rem;/*38px*/
    padding: 0px 1.4rem;/*28*/
    border-radius: 1rem;/*20px*/
    border: 0.1rem solid #000000;
    text-align: center;
}

.mod_two .mode_two_body .pro_btn span {
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.8rem;/*16px*/
    line-height: 1;
    vertical-align: middle;
}

.mod_two .mode_two_body .pro_btn .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.7rem;/*20px*/
    transition: right 1s;
    width: 8px;
    height: 8px;
    background: url('../image/index/blackArrows.png') no-repeat;
    background-size: contain;
}

.mod_two .mode_two_body .pro_btn:hover div {
    background: #007FCC;
    border-color: #007FCC;
}

.mod_two .mode_two_body .pro_btn:hover span {
    color: #FFFFFF;
}

.mod_two .mode_two_body .pro_btn:hover .arrow{
    right: 0.4rem;/*10px*/
    background: url('../image/index/whiteArrows.png') no-repeat;
    background-size: contain;
}

.mod_two .mod_two_bg {
    position: absolute;
    top: 4.85rem;/*97px*/
    bottom: 0px;
    right: 0px;
    width: 50%;
    transform: translateY(60%);
    transition-delay: 0s;
    opacity: 0;
}
/*===============行业解决方案 end==================*/


/*===============集团型企业 start==================*/
.mod_three{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    transition: all 0.5s;
  
    overflow: hidden;
}

.mod_three .mod_three_body {
    padding-bottom: 4.5rem;/*90px*/
}

.mod_three .mod_three_body img {
    width: 100%;
    height: 100%;
}
/*===============集团型企业 end==================*/

/*===============选择摩尔 start==================*/
.mod_four {
    overflow: hidden;
    position: relative;
}

.mod_four .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 740px;
}

.mod_four .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_four .reason_container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mod_four .mod_title {
    color: #FFFFFF;
    margin-top: 4rem;
}

.mod_four .mod_desc {
    color: #DDDDDD;
}

.mod_four .mod_num {
    position: relative;
    display: inline-flex;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.7rem 1.8rem;
    margin-bottom: 0px;
    margin-top: 2rem;
}

.mod_four .mod_num .mod_num_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #F4FAFE 0%, #FFFFFF 100%);
    opacity: 0.2;
}

.mod_four .mod_num .reset_margin {
    margin-right: 2.5rem;
}

.mod_four .mod_num .reset_margin::after {
    content: '';
    display: table;
    width: 0.05rem;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.6;
    margin-left: 2.5rem;
}

.mod_four .mod_num .mod_num_item .mod_num_add {
    color: #FFFFFF !important;
}

.mod_four .mod_num .mod_num_item div {
    color: #FFFFFF !important;
    white-space: nowrap;
}

.mod_four .mod_num_item .mod_num_count span:first-child {
   color: #FFFFFF !important;
}

.mod_four .intelCard {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.mod_four .intelCard .intel-card {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #fff;
}

/* .mod_four .intelCard .intel-card:hover {
    flex: 2;
} */

.mod_four .intelCard .intel-card .intel_logo {
    width: 100%;
    height: 25rem;/*500px*/
    position: relative;
}

.mod_four .intelCard .intel-card .intel_logo .intel_logo_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
}

.mod_four .intelCard .intel-card .intel_logo .intel_mes {
    position: absolute;
    top: 5.5rem;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

.mod_four .intelCard .intel-card .intel_logo .intel_mes img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    line-height: 1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 1.25rem;
}

.mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_head::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    margin-top: 1.0rem;
   
}

.mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_info {
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    padding: 0 1.5rem;
    height: 160px;
    opacity: 0;
    transition: all 0.5s;
}

.mod_four .intelCard .intel-card:hover .intel_logo .intel_mes {
    top: 5rem;
}

.mod_four .intelCard .intel-card:hover .intel_logo_img {
    opacity: 1;
}

.mod_four .intelCard .intel-card:hover .intel_logo .intel_mes .mes_info {
    opacity: 1;
}

.mod_four .intelCard .intel-card a {
    width: 100%;
}
/*===============选择摩尔 end==================*/

/*===============企业动态 start==================*/
.mod_five{
    background-image: url('../image/index/companyNewsBg.png');
    background-color: #000000b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}

.mod_five .mod_five_body {
    padding: 3.3rem 3.1rem;/*66px 61px*/
    margin-top: 2.5rem;/*50px*/
    margin-bottom: 4.5rem;/*90px*/
    background: #fff;
    display: flex;
    box-shadow: 0.2rem 0.15rem 1rem 0px rgba(171,171,171,0.15);
    border-radius: 0.4rem;
    overflow: hidden;
}

.mod_five .company_news_left {
    position: relative;
    height: 20.5rem;/*410*/
}

.mod_five .company_news_left .company_news_img {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.mod_five .company_news_left .company_news_img:hover img {
    transform:scale(1.1, 1.1);
}

.mod_five .company_news_left .company_news_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mod_five .company_news_left .cover {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4.6rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.mod_five .mod_five_body .company_news_right {
    flex: 1;
    margin-left: 2.55rem;/*51px*/
}

.mod_five .company_items .company_items_time {
    color: #777777;
    font-size: 0.7rem;
    line-height: 1;
    margin-bottom: 0.35rem;/*7px*/
}

.mod_five .company_items .company_items_title {
    color: #000000;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    padding-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_five .company_news_left .company_items .company_items_time {
    color: #fff;
    margin-left: 2rem;
}

.mod_five .company_news_left .company_items .company_items_title {
    color: #fff;
    padding-bottom: 0px;
    margin-left: 2rem;
    max-width: 27rem;
}

.mod_five .company_items .company_items_line {
    height: 1px;
    width: 100%;
    background: #eee;
}

.mod_five .company_news_right .company_items:nth-of-type(n+2) .company_items_time{
    padding-top: 1.5rem;
}

.mod_five .company_items:hover .company_items_title {
    color: #007FCC;
}

.mod_five .company_news_left .company_items:hover .company_items_title {
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}

.mod_five .company_news_right .button {
    display:flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.mod_five .pro_btn {
    display: inline-block;
    cursor: pointer;
}

.mod_five .pro_btn div {
    display: inline-block;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}

.mod_five .pro_btn span {
    color: #007FCC;
    font-size: 0.8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

.mod_five .pro_btn .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.8rem;
    transition: right 1s;
    width: 9px;
    height: 8px;
    background: url('../image/index/bannerBlueArrow.png') no-repeat;
    background-size: contain;
}

.mod_five .pro_btn:hover .arrow {
    right: 0.3rem;
}
/*===============企业动态 end==================*/

/*====================悬浮控件样式 start======================*/
.floatWin {
    width: 280px;
    height: auto;
    position: fixed;
    right: 2px;
    top: calc(50% + 60px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    cursor: pointer;
    z-index: 3;
}

.floatWin .winLogo {
    width: 100%;
    height: 180px;
}

.floatWin .winTXT {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
    font-family: "SimSun";
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 10px 0;
    padding: 0 22px;
    line-height: 1.5;
    background-color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;

}
/*====================悬浮控件样式 end======================*/

@media screen and (min-width: 1600px) {
    html, body { 
        font-size: 20px !important;
    }
}
@media (max-width: 1599px) and (min-width: 1366px) {
    html, body { 
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1365px) {
    html, body { 
        font-size: 16px !important;
    }
}

@media screen and (max-width:1600px) {
    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_info {
        height: 180px;
    }
}

@keyframes showCard {
    from {transform: translateY(100%);}
    to {transform: translateY(0);}
}

@keyframes hiddenCard {
    from {transform: translateY(0);}
    to {transform: translateY(100%);}
}

/* @keyframes mesInfoShow {
    0% {display: none;}
    50% {display: block; opacity: 0;} 
    100% {opacity: 1;}
} */

@media screen and (max-width:450px) {
    html, body { 
        font-size: 14px !important;
    }
    #banner {
        height: auto;
    }

    #banner .swiper-slide {
        height: auto !important;
    }

    #banner .swiper-container img {
        width: 100% !important;
    }

    #banner .swiper-container .pc_img {
        display: none;
    }

    #banner .swiper-container .mob_img {
        display: block;
    }

    .swiper-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

    #banner .banner_img {
        transform: translate(-50%, -50%);
    }

    #banner .banner_txt {
        position: absolute;
        top: 76%;
        left: 40px;
        transform: translateY(-50%);
           
    }

    #banner .banner_txt .title {
        font-size: 19px;
        line-height: 30px;
        margin-top: 26px;
        margin-bottom: 6px;
         color: #000;
    }
#banner .banner_txt .button div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 2rem;/*40px*/
   background: #2F7FFF;
    height: 2.4rem;/*48px*/
    border-radius: 1.2rem;/*24px*/
    text-align: center;
}

#banner .banner_txt .button span {
    color: #fff;
    font-size: 0.9rem;/*18px*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}
    #banner .banner_txt .content span {
        font-size: 12px !important;
    }

    #banner .banner_txt .button {
        margin-top: 15px;
        display: inline-block;
    }

    #banner .banner_txt .button .btn {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
      
    }

    #banner .banner_txt_right {
        margin-left: 38%;
    }

    #banner .banner_txt_right {
        left: 47%;
        width: 53% !important;
    }
    #banner .banner_txt_right .bannertext {
        width: 110% !important;
        margin-left: -15%;
        margin-top: 20%;
    }

    .mod_one .swiper-tabs {
        width: 100%;
        padding: 0 5px;
    }

    .mod_one .swiper-tabs .swiper-tab {
        width: auto;
    }

    .mod_one .swiper-tabs .swiper-tab img {
        width: 20px;
        height: 20px;
    }

    .mod_one .newProCard .prod-card-scroll {
        width: 100%;
        display: block;
    }

    .mod_one .newProCard .new-pro-card {
        float: left;
        width: 50%;
        height: 271px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .mod_one .newProCard .new-pro-card .mes_info {
        -webkit-line-clamp: 2;
    }

    .mod_one .newProCard .new-pro-card:hover .pro_mes {
        top: 2rem;
    }

    .mod_two .mode_two_body .mode_left {
        width: 80%;
        margin: 0 auto;
    }

    .mod_two .mod_two_bg {
        display: none;
    }

    .mod_three .mod_num .mod_num_item {
        margin-right: 0px;
    }

    .mod_four .intelCard {
        display: block;
        overflow: hidden;
    }

    .mod_four .intelCard .intel-card {
        width: 33.33%;
        float: left;
        height: 237px;
        padding: 1px;
    }

    .mod_four .intelCard .intel-card .intel_logo {
        height: 237px;
    }

    .mod_four .intelCard .intel-card:hover .intel_logo .intel_mes {
        padding-top: 15px;
    }

    .mod_four .intelCard .intel-card:hover .intel_mes {
        padding-bottom: 8px;
        height: auto;
    }

    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_head {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
    }

    .mod_four .intelCard .intel-card .intel_logo .intel_mes .mes_info {
        font-size: 12px;
        line-height: 16px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 10px;
        overflow: hidden;
        white-space: normal!important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: auto;
    }

    .mod_five .mod_five_body {
        flex-direction: column;
    }
    
    .mod_five .mod_five_body .company_news_right {
        margin-top: 30px;
        margin-left: 0px;
    }
}
